-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactoring to split run methods (*mc, snpe) #42
base: main
Are you sure you want to change the base?
Conversation
Thanks for tackling this! I guess splitting things into two functions ( Before proceeding, I think it would be good to discuss two alternatives to this refactor, namely:
Would be great to hear your thoughts on this! |
My feedback on the two alternatives would be:
v1, v2, _, _ = run(#my args) if From this consideration, I would propose to go with
|
I gave this a whirl with 633487f with
bottom line:
Please let me know what you think. I saw at least 5 functions that should be refactored in this fashion. |
Looking into this further, it might make sense to restructure the |
I think only splitting off the top part makes most sense for now. Would be lovely to hear your thoughts @jan-matthis.
Closes #40